home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Italian (T-1.2.2) / Stack Principali / Home / card_3011.txt < prev    next >
Text File  |  1988-12-01  |  7KB  |  271 lines

  1. -- card: 3011 from stack: in
  2. -- bmap block id: 5585
  3. -- flags: 4000
  4. -- background id: 2282
  5. -- name: Possibilità d'uso
  6. ----- HyperTalk script -----
  7. on openCard
  8.   setUserLevel the userLevel
  9.   if card field "Nome Utente" is empty
  10.   then click at the loc of card field "Nome Utente"
  11.   pass openCard
  12. end openCard
  13.  
  14. on setUserLevel whatLevel
  15.   set userLevel to whatLevel
  16.   put the userLevel into card field "Livello d'uso"
  17.   set hilite of button "Consultare" to the userLevel = 1
  18.   set hilite of button "Inserire Testo" to the userLevel = 2
  19.   set hilite of button "Disegnare" to the userLevel = 3
  20.   set hilite of button "Associare" to the userLevel = 4
  21.   set hilite of button "Programmare" to the userLevel = 5
  22.   set visible of button "Tasti Speciali" to the userLevel >= 3
  23.   set visible of button "Comandi Nascosti" to the userLevel = 5
  24.   set hilite of button "Tasti Speciali" to the powerKeys
  25.   set hilite of button "Comandi Nascosti" to the blindTyping
  26. end setUserLevel
  27.  
  28. on closeCard
  29.   hide card field "Local Help"
  30. end closeCard
  31.  
  32.  
  33.  
  34. -- part 1 (button)
  35. -- low flags: 00
  36. -- high flags: A006
  37. -- rect: left=95 top=145 right=166 bottom=223
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: Consultare
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   setUserLevel 1
  49. end mouseUp
  50.  
  51.  
  52.  
  53. -- part 2 (button)
  54. -- low flags: 00
  55. -- high flags: E006
  56. -- rect: left=95 top=187 right=208 bottom=223
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 0 / 0
  59. -- text alignment: 1
  60. -- font id: 0
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: Disegnare
  65. ----- HyperTalk script -----
  66. on mouseUp
  67.   setUserLevel 3
  68. end mouseUp
  69.  
  70.  
  71.  
  72. -- part 3 (button)
  73. -- low flags: 00
  74. -- high flags: A006
  75. -- rect: left=95 top=208 right=229 bottom=223
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 0 / 0
  78. -- text alignment: 1
  79. -- font id: 0
  80. -- text size: 12
  81. -- style flags: 0
  82. -- line height: 16
  83. -- part name: Associare
  84. ----- HyperTalk script -----
  85. on mouseUp
  86.   setUserLevel 4
  87. end mouseUp
  88.  
  89.  
  90.  
  91. -- part 4 (button)
  92. -- low flags: 00
  93. -- high flags: A006
  94. -- rect: left=95 top=229 right=250 bottom=223
  95. -- title width / last selected line: 0
  96. -- icon id / first selected line: 0 / 0
  97. -- text alignment: 1
  98. -- font id: 0
  99. -- text size: 12
  100. -- style flags: 0
  101. -- line height: 16
  102. -- part name: Programmare
  103. ----- HyperTalk script -----
  104. on mouseUp
  105.   setUserLevel 5
  106. end mouseUp
  107.  
  108.  
  109.  
  110. -- part 5 (button)
  111. -- low flags: 00
  112. -- high flags: A005
  113. -- rect: left=211 top=187 right=208 bottom=314
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 0 / 0
  116. -- text alignment: 1
  117. -- font id: 0
  118. -- text size: 12
  119. -- style flags: 0
  120. -- line height: 16
  121. -- part name: Tasti Speciali
  122. ----- HyperTalk script -----
  123. on mouseUp
  124.   set powerKeys to the hilite of button "Tasti Speciali"
  125. end mouseUp
  126.  
  127.  
  128.  
  129. -- part 7 (field)
  130. -- low flags: 00
  131. -- high flags: 0000
  132. -- rect: left=184 top=91 right=111 bottom=408
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 0 / 0
  135. -- text alignment: 0
  136. -- font id: 3
  137. -- text size: 14
  138. -- style flags: 0
  139. -- line height: 18
  140. -- part name: Nome Utente
  141. ----- HyperTalk script -----
  142. on closeField
  143.   global userName
  144.   put card field "Nome Utente" into userName
  145. end closeField
  146.  
  147.  
  148.  
  149. -- part 8 (button)
  150. -- low flags: 00
  151. -- high flags: A006
  152. -- rect: left=95 top=166 right=187 bottom=223
  153. -- title width / last selected line: 0
  154. -- icon id / first selected line: 0 / 0
  155. -- text alignment: 1
  156. -- font id: 0
  157. -- text size: 12
  158. -- style flags: 0
  159. -- line height: 16
  160. -- part name: Inserire Testo
  161. ----- HyperTalk script -----
  162. on mouseUp
  163.   setUserLevel 2
  164. end mouseUp
  165.  
  166.  
  167.  
  168. -- part 9 (field)
  169. -- low flags: 00
  170. -- high flags: 0000
  171. -- rect: left=173 top=125 right=144 bottom=198
  172. -- title width / last selected line: 0
  173. -- icon id / first selected line: 0 / 0
  174. -- text alignment: 0
  175. -- font id: 3
  176. -- text size: 12
  177. -- style flags: 0
  178. -- line height: 16
  179. -- part name: Livello d'uso
  180.  
  181.  
  182. -- part 20 (button)
  183. -- low flags: 00
  184. -- high flags: A005
  185. -- rect: left=211 top=166 right=187 bottom=318
  186. -- title width / last selected line: 0
  187. -- icon id / first selected line: 0 / 0
  188. -- text alignment: 1
  189. -- font id: 0
  190. -- text size: 12
  191. -- style flags: 0
  192. -- line height: 16
  193. -- part name: Cursori Testo
  194. ----- HyperTalk script -----
  195. on mouseUp
  196.   set textArrows to the hilite of button "Cursori Testo"
  197. end mouseUp
  198.  
  199.  
  200.  
  201. -- part 13 (button)
  202. -- low flags: 80
  203. -- high flags: A005
  204. -- rect: left=212 top=229 right=250 bottom=354
  205. -- title width / last selected line: 0
  206. -- icon id / first selected line: 0 / 0
  207. -- text alignment: 1
  208. -- font id: 0
  209. -- text size: 12
  210. -- style flags: 0
  211. -- line height: 16
  212. -- part name: Comandi Nascosti
  213. ----- HyperTalk script -----
  214. on mouseUp
  215.   set blindTyping to the hilite of button "Comandi Nascosti"
  216. end mouseUp
  217.  
  218.  
  219.  
  220. -- part 19 (field)
  221. -- low flags: 81
  222. -- high flags: 2007
  223. -- rect: left=17 top=67 right=329 bottom=486
  224. -- title width / last selected line: 0
  225. -- icon id / first selected line: 0 / 0
  226. -- text alignment: 0
  227. -- font id: 3
  228. -- text size: 12
  229. -- style flags: 0
  230. -- line height: 16
  231. -- part name: Local Help
  232. ----- HyperTalk script -----
  233. on mouseUp
  234.   hide card field id 19
  235. end mouseUp
  236.  
  237.  
  238.  
  239. -- part contents for background part 6
  240. ----- text -----
  241. Possibilit√† d'uso
  242.  
  243. -- part contents for card part 9
  244. ----- text -----
  245. 3
  246.  
  247. -- part contents for card part 19
  248. ----- text -----
  249. La scheda Possibilit√† d'uso permette di scegliere il livello di funzionalit√† che si desidera HyperCard fornisca. 
  250. Sono disponibili 5 livelli d'uso, da "facile" ad avanzato:
  251.  
  252. 1. CONSULTARE         Consultazione basata su men√π e pulsanti 
  253. 2. INSERIRE TESTO    pi√π composizione testo
  254. 3. DISEGNARE            pi√π uso degli strumenti di Disegno
  255. 4. ASSOCIARE           pi√π nuovi pulsanti, campi e collegamenti
  256. 5. PROGRAMMARE      pi√π l'uso del linguaggio HyperTalk
  257.  
  258. ‚Ä¢ "Cursori testo" sono disponibili per i livelli d'uso 2,3,4 e 5.
  259. Permettono all'utente di muoversi lungo il testo di un campo usando le quattro frecce della tastiera. 
  260. ‚Ä¢ I "Tasti Speciali" sono disponibili ai livelli 3,4 e 5. Essi permettono l'uso di scorciatoie per i comandi di disegno (per esempio, battere M per Disegno Multiplo...)
  261. Fare un clic sul pulsante di selezione ha lo stesso effetto di scegliere "Tasti Speciali" nel men√π "Opzioni".
  262. ‚Ä¢ "Comandi Nascosti" √® disponibile solo per il livello 5. Permette di battere un messaggio nella finestra Comandi quando questa √® nascosta (consente la visione di tutta la scheda quando necessario)
  263. ‚Ä¢ Il livello d'uso pu√≤ essere controllato scegliendo "Proteggi stack" nel men√π "Arch." o usando HyperTalk (Es.: "set userlevel to 2", scritto nella finestra Comandi o in un Programma, imposta il livello Inserire Testo) 
  264. ‚Ä¢ Le tre schede dei percorsi dello stack Home: Stack, Applicazioni e Documenti, sono disponibili solo al livello 5.
  265.  
  266.  
  267.  
  268. -- part contents for card part 7
  269. ----- text -----
  270.  
  271.